libxenlight: fix name to domid conversion
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Nov 2009 15:30:24 +0000 (15:30 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 13 Nov 2009 15:30:24 +0000 (15:30 +0000)
commit35c1498503216510095745d06d09f0f01ddf800e
tree5a4d07e3f1e79a039ed3bd59844c0eed8a570d33
parent86a7522040af1fb0c1bb495a9c84f0c6cd7f0b39
libxenlight: fix name to domid conversion

This patch makes sure that the domain name to domid conversion is
correct, cross referencing the information found on xenstore with the
list of running domains.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/libxl_utils.c